home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.dis = 2;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I need to put money in.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "That\'s the new, power drink machine. It costs 75 cents for one of those energy drinks.";
- }
- if(_root.micon._currentframe == 46 && _root.range == true)
- {
- if(_root.talk1 == 2)
- {
- if(_root.even39 == 1)
- {
- _root.even38 = 1;
- _root.fade.gotoAndPlay(1);
- stopAllSounds();
- _root.micon.gotoAndStop(1);
- _root.gotoAndStop(58);
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I should save whatever money I can find to get a corsage.";
- }
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I\'m not thirsty right now.";
- }
- }
- if((_root.micon._currentframe == 45 || _root.micon._currentframe == 21) && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I still don\'t have enough money.";
- }
- }
- }
-